home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / SetFactors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  293 b   |  16 lines  |  [TEXT/MPCC]

  1. /* SetFactors.h -- Modal dialog */
  2. /* Created 940321 20:45 by AppMaker */
  3.  
  4. #ifndef __SF__
  5. #define __SF__
  6.  
  7. typedef struct {
  8.     Str255            Field6Text;
  9.     Str255            Field7Text;
  10.     
  11. } SetFactorsRec, *SetFactorsRecPtr;
  12.  
  13. /*----------*/
  14. Boolean GetSetFactors    (SetFactorsRec        *SetFactors);
  15.  
  16. #endif    /*    __SF__    */